<Code Lib>
2022 Method
Changes 0
M

DeleteElements.Create(Document, IList<ElementId>)

Description:
Creates an instance of the DeleteElements resolution.
Overloads (3):
Create(Document,IList[ElementId])

public static FailureResolution Create(
	Document document,
	IList<ElementId> ids
)

  • document
    The document which owns the elements to delete.
  • IList<ElementId>
    ids
    The ids of the elements that will be deleted when this resolution is chosen.
Return Value FailureResolution The instance of the DeleteElements resolution.

Loading…